Cavern
Cavern4D
Cavernize
Debug
FilterInterfaces
Filters
Format
Common
Consts
Container
Decoders
Environment
FilterSet
Renderers
Transcoders
AudioDefinitionModelElements
ADMBlockFormat
ADMChannelFormat
ADMContent
ADMDialogueType
ADMObject
ADMPackFormat
ADMPackType
ADMProgramme
ADMStreamFormat
ADMTimeSpan
ADMTrack
ADMTrack(string, BitDepth, int, string, string)
ADMTrack(XElement)
Bits
Deserialize(XElement)
ID
PackFormat
SampleRate
Serialize(XmlWriter)
TrackFormat
ADMTrackCodec
ADMTrackFormat
ChannelAssignment
DialogueContentKind
MixedContentKind
NonDialogueContentKind
TaggedADMElement
AudioDefinitionModel
DolbyMetadata
EnhancedAC3Merger
Utilities
AudioFormat
AudioReader
AudioTrackReader
AudioWriter
BitDepth
EnhancedAC3Reader
LAFMode
LimitlessAudioFormatReader
LimitlessAudioFormatWriter
RIFFWaveReader
RIFFWaveWriter
SegmentedAudioReader
SegmentedAudioWriter
Helpers
QuickEQ
Remapping
SpecialSources
Spoofer
Utilities
Virtualizer
Atmosphere
AudioClip3D
AudioListener3D
AudioListener3DInspector
AudioSource3D
CavernizeRealtime
Channel
Clip
Environments
Jack
Listener
QualityModes
Rolloffs
SeatAdaptation
Source
class ADMTrack
Coding information of an ADM's track.
Visibility
Public
Modifiers
sealed
Extends
IXDocumentSerializable
Public functions
Constructor
ADMTrack(string id, BitDepth bitDepth, int sampleRate, string trackFormat, string packFormat)
Coding information of an ADM's track.
Constructor
ADMTrack(XElement source)
Constructs a track from an XML element.
void
Deserialize(XElement source)
Read the values of an XML element into this object.
void
Serialize(XmlWriter writer)
Create an XML element about this object.
Public properties
BitDepth
Bits
Bit depth of the track.
string
ID
Unique identifier of the track.
string
PackFormat
Reference to pack format by ID.
int
SampleRate
Sampling rate of the track.
string
TrackFormat
Reference to track format by ID.